home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Apple Script
/
scripts
/
FileMaker & AppleScript
/
Syntax Examples
/
Whose examples
< prev
Wrap
Text File
|
1992-11-25
|
296b
|
8 lines
tell application "FileMaker Pro"
Get Data (every Record whose first Cell = 1)
every Record whose Cell "a" = 1 and Cell 2 contains "cat"
Show (every Record whose first Cell = "test")
Duplicate (every Record whose first Cell = "test")
Delete (middle Record whose first Cell = "test")
end tell